|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython2._object .
Public 成员函数 | |
| def | CertificateEncryptData (is_encrypt_metadata, cipher, envelopes) |
| 构造函数,带参数。 更多... | |
| def | CertificateEncryptData () |
| 构造函数。 | |
| def | CertificateEncryptData (other) |
| 构造函数,使用另一个证书加密数据对象。 更多... | |
| def | Set (is_encrypt_metadata, cipher, envelopes) |
| 设置值。 更多... | |
静态 Public 属性 | |
| cipher = _fsdk.CertificateEncryptData_cipher | |
| 加密算法类型。请参考从 FoxitPDFSDKPython2.SecurityHandler.e_CipherRC4 开始的值,应该是这些值中的一个,除了 FoxitPDFSDKPython2.SecurityHandler.e_CipherNone 。 | |
| envelopes = _fsdk.CertificateEncryptData_envelopes | |
| 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 | |
| is_encrypt_metadata = _fsdk.CertificateEncryptData_is_encrypt_metadata | |
| 决定是否加密元数据的布尔值。true 表示加密元数据,false 表示不加密元数据。 | |
此类表示用于类 CertificateSecurityHandler 的一些数据。
| def FoxitPDFSDKPython2.CertificateEncryptData.CertificateEncryptData | ( | is_encrypt_metadata, | |
| cipher, | |||
| envelopes | |||
| ) |
构造函数,带参数。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 FoxitPDFSDKPython2.SecurityHandler.e_CipherRC4 开始的值,应该是这些值中的一个,除了 FoxitPDFSDKPython2.SecurityHandler.e_CipherNone 。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |
| def FoxitPDFSDKPython2.CertificateEncryptData.CertificateEncryptData | ( | other | ) |
构造函数,使用另一个证书加密数据对象。
| [in] | other | 另一个证书加密数据对象。 |
| def FoxitPDFSDKPython2.CertificateEncryptData.Set | ( | is_encrypt_metadata, | |
| cipher, | |||
| envelopes | |||
| ) |
设置值。
| [in] | is_encrypt_metadata | true 表示加密元数据,false 表示不加密元数据。 |
| [in] | cipher | 加密算法类型。请参考从 FoxitPDFSDKPython2.SecurityHandler.e_CipherRC4 开始的值,应该是这些值中的一个,除了 FoxitPDFSDKPython2.SecurityHandler.e_CipherNone 。 |
| [in] | envelopes | 指定证书信封数组的字符串数组。此数组应包含一个或多个信封。 |